home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / math / yplot-0.000 / yplot-0 / yplot-0.9 / INSTALL < prev    next >
Text File  |  1996-06-04  |  1KB  |  41 lines

  1. This installation has only been tested on Linux Slackware 3.0 and RedHat
  2. 3.0.3, but nothing strange was done. If Step 1 worked the rest should also
  3. work.
  4.  
  5. 1. Install PLPlot and Yorick. The default is under
  6. /usr/local/{plplot,Yorick,yorlib}
  7. Get PLPlot from 
  8.      dino.ph.utexas.edu: /pub/plplot
  9. Install PLPlot to use type 'double', the library filename should be
  10. 'libplplotd??.a' or some such. If it starts with 'libplplotf??' you should
  11. reconfigure it as per the PLPlot intructions.
  12.  
  13. and Yorick from
  14.      wuarchive.wustl.edu: /languages/yorick/yorick-1.1.tar.gz
  15.      sunsite.unc.edu: /pub/languages/yorick/yorick-1.1.tar.gz
  16.      sunsite.unc.edu: /pub/Linux/apps/math/matrix/yorick-1.1.tar.gz
  17.      netlib.att.com: /netlib/env/yorick-1.1.tar.gz
  18.      netlib2.cs.utk.edu: /env/yorick-1.1.tar.gz
  19.  
  20. YPLOT also works with Yorick 1.2.
  21.  
  22. 3. If you did not install PLPlot or Yorick in their dafault locations, edit
  23. the Makefile to change the following:
  24. exec_prefix = /usr/local
  25. Y_HOME = $(exec_prefix)/yorhome
  26.  
  27. and 
  28.  
  29. SYS_LIBS = -L/usr/local/plplot/lib  -L/usr/X11R6/lib -lX11 -lplplotdX
  30.  
  31. to reflect your PLPlot library and yplot paths.
  32.  
  33. 4. Run the script 'cleanmake' to compile and link yplot.
  34.    As root, run 'install' to copy two files to the system directories.
  35.  
  36. 5. Test the installation by running yplot.
  37.  
  38. 6. Send me mail if you use YPLOT!
  39.  
  40. Conrad Steenberg (conrad@fskcds.puk.ac.za)
  41. 4/6/96